<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, legend {
    color: #000
}

html {
    background: #FFF
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

q:after, q:before {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

a {
    text-decoration: none;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.clearfix:after, .clearfix:before {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix:after {
    *zoom: 1;
}

body {
    font-size: 12px;
    color: #333;
    font-family: SimSun, Arial;
}

.header {}

.header .top {
    line-height: 26px;
    background-color: #f6f6f6;
}

.header .top span {
    color: #666;
}

.header .top-menu {
    float: right;
    margin-right: 10px;
}

.header .top-menu li {
    float: left;
    color: #ff7300;
}

.header .top-menu li a {
    color: #666;
}

.header .top-menu li span {
    color: #bfbfbf;
    margin: 0 10px;
}

.header .main {
    width: 960px;
    margin: 0 auto;
    height: 90px;
}

.header .main .logo {
    float: left;
    margin-top: 20px;
}

.header .main .banner {
    float: right;
    margin-top: 12px;
}

.main-nav {
    width: 960px;
    margin: 0 auto;
}

.main-nav .nav {
    background: url(/images/nav.png) repeat-x;
    height: 53px;
    line-height: 38px;
    height: 38px;
    margin-bottom: 0px;
    overflow: hidden;
}

.main-nav .nav li {
    float: left;
    height: 38px;
    background: url(/images/line.png) no-repeat right center;
}

.main-nav .nav li:last-child {
    background: none;
}

.main-nav .nav li a {
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    padding: 0 17px;
    font-weight: bold;
    text-align: center;
}

.container {
    width: 960px;
    margin: 0 auto;
}

.footer {
    text-align: center;
    color: #5c5c5c;
    padding-top: 25px;
    line-height: 25px;
}

.footer a {
    color: #5c5c5c;
}

.footer a:hover {
    text-decoration: underline;
}

.box {
    border-top: 2px solid #0069c5;
    border-left: 1px solid #b7d3eb;
    border-right: 1px solid #b7d3eb;
    border-bottom: 1px solid #b7d3eb;
}

.box h3 {
    background: url('../img/Qbg.gif') left top repeat-x;
    height: 33px;
    color: #2272bb;
    font-size: 14px;
    line-height: 33px;
    padding-left: 20px;
    margin: 0;
}

.box h3 a {
    color: #2272bb;
    text-decoration: none;
}

.box ul {
    margin: 10px;
    padding: 0;
}

.box ul li {
    line-height: 25px;
    background: url(../img/dot.gif) left 12px no-repeat;
    padding-left: 10px;
    list-style: none;
}

.box ul li a {
    color: #333;
    text-decoration: none;
}


/*-------------------------------------*/

.commonbox {
    margin-top: 10px;
    border: 1px solid #b8d2eb;
}

.commonbox h3 {
    font-size: 14px;
    background: url(../img/Qbg.gif) left top repeat-x;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    color: #2272c3;
    font-weight:bold;
}

.commonbox h3 span {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.commonbox h3 span a {
    color: #2272c3;
}

.contentlist {
    padding: 0 10px;
}

.contentlist ul li {
    clear: both;
    overflow: hidden;
    line-height: 35px;
    padding: 0 10px;
    color: #444;
    border-bottom: 1px dashed #ccc;
}

.contentlist ul li span {
    display: block;
    float: left;
}

.contentlist ul li span.name a {
    color: #0362b2;
    white-space: nowrap;
    overflow: hidden;
}

.contentlist ul li span.name a:hover {
    text-decoration: underline;
}

.contentlist ul li:last-child {
    border-bottom: none;
}

.box {
    margin-top: 10px;
}

.box h3 {
    font-weight: bold;
}

.box .article-search {
    padding: 10px;
}

.box .article-search input.search-text {
    line-height: 25px;
    border: 1px solid #ccc;
    float: left;
    width: 200px;
    height: 25px;
}

.box .article-search select {
    height: 27px;
    border: 1px solid #ccc;
    float: left;
    width: 202px;
}

.box .article-search label {
    width: 60px;
    text-align: right;
    line-height: 25px;
    float: left;
}

.box .article-search .form-control {
    padding: 5px 0;
}

.box .article-search .btn-search {
    line-height: 25px;
    padding: 0 10px;
    background: #2272bb;
    cursor: pointer;
    border: none;
    color: #fff;
    margin-left: 60px;
}

.grid {
    margin-top: 10px;
    border-top: 2px solid #0069c5;
    border-left: 1px solid #b7d3eb;
    border-right: 1px solid #b7d3eb;
    border-bottom: 1px solid #b7d3eb;
}

.grid .list li {
    line-height: 35px;
    background: url(../img/dot.gif) left 15px no-repeat;
    padding-left: 10px;
}

.grid .list li span {
    float: right;
    color: #999;
}

.grid .list li a {
    color: #333;
    font-size: 14px;
}

.grid .list li a:hover {
    text-decoration: underline;
}

.grid .list {
    margin: 15px;
}

.grid .page {
    text-align: center;
    /*margin: 15px auto;*/
}

.grid .page a {
    padding: 5px 8px;
    border: 1px solid #b7d3eb;
    margin: 0 3px;
    color: #0669c7;
}

.grid .page span.current {
    font-weight: bold;
    color: #fff;
    margin-right: 2px;
    padding: 2px 5px;
    border: 1px solid navy;
    background-color: #2e6ab1;
}

.grid .page {
    text-align: center;
    padding-bottom: 10px;
}

.contact-us a {
    cursor: default;
}</pre></body></html>